projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9afa2e
)
Fix compilation warning in esh-cmd.el
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 15 Jun 2019 15:42:09 +0000
(17:42 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 15 Jun 2019 15:42:09 +0000
(17:42 +0200)
* lisp/eshell/esh-cmd.el (pcomplete--here): Declare function to
avoid byte compilation warning, which is what erc-notify.el also
does in a similar situation.
lisp/eshell/esh-cmd.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-cmd.el
b/lisp/eshell/esh-cmd.el
index 6e03bda22b7e40ed3eca717104c0e50af07896fb..83cc5999dc374a0e349a34e4d0c311d1d92a5326 100644
(file)
--- a/
lisp/eshell/esh-cmd.el
+++ b/
lisp/eshell/esh-cmd.el
@@
-113,6
+113,8
@@
(require 'cl-lib)
(require 'pcomplete))
+(declare-function pcomplete--here "pcomplete"
+ (&optional form stub paring form-only))
(defgroup eshell-cmd nil
"Executing an Eshell command is as simple as typing it in and